home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 June (DVD) / DPPRO0605DVD.iso / Install / program files / Borland / BDS / 3.0 / Demos / Delphi.Net / CLR / WMIdemo / README.TXT next >
Encoding:
Text File  |  2004-10-22  |  1.3 KB  |  33 lines

  1. Last updated:    11/11/03
  2. Author:          Sergey Mishkovskiy
  3. Company:         USysWare, Inc.
  4. Contact info:    usysware@comcast.net
  5. Compatibility:   Borland Delphi for .NET
  6.  
  7. Description:     This is a relatively extensive WMI demo application.
  8.                  Windows Management Instrumentation (WMI) is a system 
  9.                  management infrastructure that uses an object-oriented 
  10.                  interface. WMI is used primarily by system management 
  11.                  application developers and administrators to access 
  12.                  and manipulate system management information.
  13.  
  14.                  This application demonstrates access to the following 
  15.                  information exposed through the .NET WMI classes:
  16.  
  17.                  * OS information
  18.                  * Computer information
  19.                  * BIOS information
  20.                  * CD-ROM information
  21.                  * Video card information
  22.                  * Registry information
  23.                  * Drives information
  24.                  * Network configuration information
  25.                  * Shares information
  26.                  * Printers information
  27.                  * Startup information
  28.                  * Active services information
  29.                  * EventLog information
  30.  
  31. Requirements:    .NET framework 1.1
  32.  
  33. Enjoy!